how blend two backgrounds css and isolate content

90

.simple-blended {
 background-image: url(image.jpg);
 background-color: red;
 background-blend-mode: multiply;
 }

Comments

Submit
0 Comments